home *** CD-ROM | disk | FTP | other *** search
- <HTML>
-
- <HEAD>
-
- <TITLE>The Giant Squid Research Team</TITLE>
-
- </HEAD>
-
- <BODY BACKGROUND="water.jpg" TEXT=#FFFFFF LINK=FFFF22 VLINK=FF22FF>
-
- <STYLE>
-
- .redText {color:Red;
-
- font-style=italic;}
-
- .yellowText {color:Yellow;
-
- font-style=italic;}
-
- </STYLE>
-
- <IMG SRC="giant.gif" WIDTH=128 ALIGN=RIGHT>
-
- <H2>The Research Team</H2>
-
- <TABLE><TR>
-
- <TD></TD>
-
- <TD WIDTH=120><B>Name</B></TD>
-
- <TD WIDTH=120 CLASS="yellowText">Nationality</TD>
-
- <TD WIDTH=50 CLASS="yellowText">Age</TD>
-
- <TD CLASS="yellowText">Duties</TD>
-
- </TR>
-
- <TR><TD>
-
- <IMG ID=R1 SRC="1.jpg" onmouseover="ExpandR();" ALIGN=LEFT HEIGHT=32>
-
- </TD>
-
- <TD><DIV ID=veng CLASS="yellowText">Goreng Veng</DIV></TD>
-
- <TD>Vietnamese</TD>
-
- <TD>33</TD>
-
- <TD>Cephalopod Specialist</TD>
-
- </TR><TR><TD>
-
- <IMG ID=R2 SRC="2.jpg" onmouseover="ExpandR();" ALIGN=LEFT HEIGHT=32>
-
- </TD>
-
- <TD><DIV ID=binte CLASS="yellowText">Chaka Binte</DIV></TD>
-
- <TD>American</TD>
-
- <TD>31</TD>
-
- <TD>Marine Biologist</TD>
-
- </TR><TR><TD>
-
- <IMG ID=R3 SRC="3.jpg" onmouseover="ExpandR();" ALIGN=LEFT HEIGHT=32>
-
- </TD>
-
- <TD><DIV ID=charrez CLASS="yellowText">Ernesto Charrez</DIV></TD>
-
- <TD>Chilean</TD>
-
- <TD>36</TD>
-
- <TD>Technologist</TD>
-
- </TR><TR><TD>
-
- <IMG ID=R4 SRC="4.jpg" onmouseover="ExpandR();" ALIGN=LEFT HEIGHT=32>
-
- </TD>
-
- <TD><DIV ID=genf CLASS="yellowText">Carl Genf</DIV></TD>
-
- <TD>German</TD>
-
- <TD>42</TD>
-
- <TD>Head Diver</TD>
-
- </TR><TR><TD>
-
- <IMG ID=R5 SRC="5.jpg" onmouseover="ExpandR();" ALIGN=LEFT HEIGHT=32>
-
- </TD>
-
- <TD><DIV ID=white CLASS="yellowText">Thomas White</DIV></TD>
-
- <TD>Australian</TD>
-
- <TD>33</TD>
-
- <TD>Marine Biologist</TD>
-
- </TR>
-
- </TABLE>
-
- <IMG ID=feature src="1.jpg" HEIGHT=128 WIDTH=128 ALIGN=RIGHT>
-
- <P ID=detail>Details:</P>
-
- <SCRIPT LANGUAGE=JavaScript>
-
- var srcElement
-
- function ExpandR() {
-
- veng.className="yellowText";
-
- binte.className="yellowText";
-
- charrez.className="yellowText";
-
- genf.className="yellowText";
-
- white.className="yellowText";
-
- srcElement = window.event.srcElement;
-
- if (srcElement.id=="R1") {
-
- veng.className="redText";
-
- feature.src = "1.jpg";
-
- detail.innerHTML="<B>Goreng</B> began his fascination with the " +
-
- "sea at 6 years of age. He is an integral member of the " +
-
- "team for both his deep understanding of the Cephalopod " +
-
- "species and his ability to speak 4 southeast Asian languages " +
-
- "and impressive English. Goreng is always smiling while he works";
-
- } else if (srcElement.id=="R2") {
-
- binte.className="redText";
-
- feature.src = "2.jpg";
-
- detail.innerHTML="<B>Chaka</B> has been working in the water " +
-
- "since her father taught her how to fish off the coast of West " +
-
- "Africa at the age of seven. The team always admires her " +
-
- "natural sixth sense of intuition that has saved the team " +
-
- "countless hours of wasted efforts.";
-
- } else if (srcElement.id=="R3") {
-
- charrez.className="redText";
-
- feature.src = "3.jpg";
-
- detail.innerHTML="<B>Ernesto</B> has an amazing grasp of today's " +
-
- "computer capabilities as well as a great philosophical attitude " +
-
- "towards its use. He always reminds us that technology does not " +
-
- "make human beings any more important, but instead, gives us " +
-
- "more responsibility in the future of all living things.";
-
- } else if (srcElement.id=="R4") {
-
- genf.className="redText";
-
- feature.src = "4.jpg";
-
- detail.innerHTML="Every team has its fanatic. Ours is no " +
-
- "exception. <B>Carl</B> drives us on to new accomplishments " +
-
- "with a friendly reminder that he does not have as many years " +
-
- "ahead of him as the rest of us. We have yet to hear him say the " +
-
- "word <I>impossible</I>";
-
- } else if (srcElement.id=="R5") {
-
- white.className="redText";
-
- feature.src = "5.jpg";
-
- detail.innerHTML="<B>Tommy</B> tries to tell us that we are in his " +
-
- "part of the world so he should have first say. Another one of " +
-
- "the natural outdoorsmen of the group, he balances his talents " +
-
- "with a quick wit and incredible athletic preparation.";
-
- }
-
- }
-
- </SCRIPT>
-
- </BODY>
-
- </HTML>
-
-